fix XENMEM_add_to_physmap_range preemption handling
authorJan Beulich <jbeulich@suse.com>
Fri, 20 Dec 2013 11:02:06 +0000 (12:02 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 20 Dec 2013 11:02:06 +0000 (12:02 +0100)
commit9a80d5056766535ac624774b96495f8b97b1d28b
treefda6902dd8022fea42bfa9b4cfc1dcde79215d2e
parent0627c56cb6ff61e197da75c6958fff3b43159237
fix XENMEM_add_to_physmap_range preemption handling

Just like for all other hypercalls we shouldn't be modifying the input
structure - all of the fields are, even if not explicitly documented,
just inputs (the one OUT one really refers to the memory pointed to by
that handle rather than the handle itself).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Tim Deegan <tim@xen.org>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/memory.c